Redo Xft support to go directly to Picture objects instead of using
authorOwen Taylor <otaylor@redhat.com>
Mon, 5 Nov 2001 17:48:58 +0000 (17:48 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 5 Nov 2001 17:48:58 +0000 (17:48 +0000)
commit42634ee7355c628f88908a9c4a73f3b4ee0335c5
treec2fb9149a02ca46b97dd72d1070b707c2fe945e9
parent8a31888a046a56fb05f7b409537122d72e671ff7
Redo Xft support to go directly to Picture objects instead of using

Mon Nov  5 12:46:44 2001  Owen Taylor  <otaylor@redhat.com>

* gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h
gdk/x11/gdkwindow-x11.c: Redo Xft support to go
directly to Picture objects instead of using XftDraw.
This fixes the problem where we weren't able to
properly destroy XftDraw objects before destroying
the accompanying windows, and probably improves
efficiency a bit too. (#50214)
13 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/x11/gdkdrawable-x11.c
gdk/x11/gdkdrawable-x11.h
gdk/x11/gdkgc-x11.c
gdk/x11/gdkpixmap-x11.c
gdk/x11/gdkprivate-x11.h
gdk/x11/gdkwindow-x11.c